Full Read CRUDCache Repo
fun <ObjectType, IdType> FullReadCRUDCacheRepo( parentRepo: ReadCRUDRepo<ObjectType, IdType>, kvCache: FullKVCache<IdType, ObjectType>, idGetter: (ObjectType) -> IdType)
Content copied to clipboard